cross-compilers - definitie. Wat is cross-compilers
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Wat (wie) is cross-compilers - definitie

COMPILER WHICH RUNS ON ONE HOST PLATFORM, BUT CREATES EXECUTABLE PROGRAMS FOR OTHER PLATFORMS
Cross-compilation; Cross-compiling; Cross-compiler; Cross compile; Cross-compilers; Cross compilers; Cross Compiler; Cross-compile; Cross compiling; Cross compilation; Crosscompiler; Canadian Cross; Canadian cross; Crosscompile; Cross development
  • Example of Canadian Cross, scheme

cross-compiler         
<programming> A compiler which runs on one platform and produces code for another, as opposed to a native code compiler which produces code for the platform on which it runs. (1998-02-24)
Cross compiler         
A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is running. For example, a compiler that runs on a PC but generates code that runs on an Android smartphone is a cross compiler.
Cross pattée         
  • Tomb of the Unknown Soldier]], Warsaw. Behind them, the ''Virtuti Militari'' emblem.
TYPE OF CROSS WHICH HAS ARMS NARROW AT THE CENTRE, AND BROADER AT THE PERIMETER
Cross pattée (crown); Cross pattee; Cross patty; ✠; Cross paty; Large-pawed cross; Cross-pattee; Cross Pattee; Cross pattee (crown); Cross Pattée; Cross formée; Cross Patee; Crosses pattées
A cross pattée (or cross patty, also known as a cross formée/formy, croix pattée or Tatzenkreuz) is a type of Christian cross with arms that are narrow at the centre, and often flared in a curve or straight line shape, to be broader at the perimeter. The form appears very early in medieval art; for example in a metalwork treasure binding given to Monza Cathedral by Queen Theodelinda (d.

Wikipedia

Cross compiler

A cross compiler is a compiler capable of creating executable code for a platform other than the one on which the compiler is running. For example, a compiler that runs on a PC but generates code that runs on an Android smartphone is a cross compiler.

A cross compiler is useful to compile code for multiple platforms from one development host. Direct compilation on the target platform might be infeasible, for example on embedded systems with limited computing resources.

Cross compilers are distinct from source-to-source compilers. A cross compiler is for cross-platform software generation of machine code, while a source-to-source compiler translates from one coding language to another in text code. Both are programming tools.